mlatoz

Logistic Regression (Long Explanation)

Linear Regression:

- Simple:

  y = b0 + b1*x

- Multiple:

  y = b0 + b1*x1 + ... + bn*xn


«Previous Next»